home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / demos / mag6demo.exe / M600D2.ZIP / STARTUP.1 < prev    next >
Text File  |  1992-06-09  |  13KB  |  338 lines

  1. ; MAKEMBBS v6.00D2 (C)Copyright 1989,1992 Gilmore Systems - All Rights Reserved
  2. ;
  3. ;
  4. ; DATA as extracted from MBBSINIT.1
  5. ;
  6. ; Printed on Monday - June 8, 1992 - 23:22.56
  7. ;
  8. ; ------ Modem Settings ------
  9. ;
  10. ACTIVE:       n ; y=active, n=inactive
  11. MBBS_VERSION: 6.00D2 ; MBBS Version #
  12. PARENT_SERNUM: 1111111111 ; Serial# of Parent (Main Magnum board - ie: server)
  13. ENCRYPT_MAIL: N ; Encrypt Mail? (Y=yes, N=no)
  14. GEO_PRIVACY:  Y ; Geographic Privacy? (Y=yes, N=no)
  15. INACTIVITY_TIMER: 300 ; # seconds (180-1800) of inactivity for autologoff
  16. TRACK_UTILIZATION:  Y ; Y=Track BBS utilization, N=do NOT track
  17. MBBS_MODEM:   Multitech 224Eh ; Modem description (up to 25 chars)
  18. MBBS_COUNTRY: USA ; Country (up to 20 chars)
  19. DATEFORMAT:   U ; Date Format (E=Europe, U=USA)
  20. ;
  21. ; - - - Remove the following two "PRTY" lines for default priorities
  22. ;
  23. PRTY_CLASS:   2 ; Priority Class (0=dflt, 1=Idle, 2=Reg, 3=TimeCrit, 4=Fg)
  24. PRTY_LEVEL:  00 ; Priority Level (0=lowest, 31=highest)
  25. ;
  26. YMODEMG:      N ; Allow Ymodem-G for non error-correcting modems? (Y/N)
  27. CMDIO:        5 ; I/O method for CMD.EXE from Sysop Menu
  28. ANNOUNCE_ONLY:n ; y=yes (announce only), n=no (regular BBS operation)
  29. NODE:         1 ; communications node 1=communications port, 2=console
  30. DEVICENAME:   COM1 ; Device name for node 1
  31. BAUDRATE:     9600 ; 110,150,300,600,1200,2400,4800,9600,19200,38400
  32. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  33. DATABITS:     8 ; 5, 6, 7, or 8
  34. STOPBITS:     1 ; 1, 1.5, or 2
  35. WAITCARRIER:  30 ; 1 to 255 seconds
  36. MODEMRESET:   AT Z ; Usually AT Z
  37. STARTUP1:     AT &F ; Modem Startup Command
  38. STARTUP2:     AT E0&E1&E4&E15&Q0V0M0S7=30X1S2=255 ; Modem Startup Command
  39. STARTUP3:     AT S0=1&BS0&B1$SB9600$BA0&W0 ; Modem Startup Command
  40. REINIT:       AT Z ; Modem Reinitialization string
  41. DELAY1:       500 ; Modem Delay 1
  42. DELAY2:       2500 ; Modem Delay 2
  43. DELAY3:       1500 ; Modem Delay 3
  44. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  45. ANSWERTYPE:   a ; r=ring detect, a=autoanswer
  46. OPENMODE:     n ; s=shared mode, n=nonshared mode
  47. ANSWERCMD:    ATA ; Modem answer command
  48. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  49. OFFHOOK:      ATH1 ; Modem command to go offhook
  50. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  51. ESC_GRDTIME:  700 ; Escape Command Guard Time (ms)
  52. GO_ONLINE:    AT O ; Go back online (leave ESC_CMD)
  53. END_OFFHOOK:  N ; Place phone offhook at MBBS termination (y=yes,n=no)
  54. RC_110:        ; Result Code for 110 baud
  55. RC_150:        ; Result Code for 150 baud
  56. RC_300:       1 ; Result Code for 300 baud
  57. RC_600:        ; Result Code for 600 baud
  58. RC_1200:      5 ; Result Code for 1200 baud
  59. RC_2400:      9 ; Result Code for 2400 baud
  60. RC_4800:       ; Result Code for 4800 baud
  61. RC_9600:       ; Result Code for 9600 buad
  62. RC_12000:      ; Result Code for 12000 baud
  63. RC_14400:      ; Result Code for 14400 baud
  64. RC_19200:      ; Result Code for 19200 baud
  65. ERRORCHECK:   y ; y=error correcting (EC) modem (ie: MNP/ARQ), n=none
  66. ERC_110:       ; EC Result Code for 110 baud
  67. ERC_150:       ; EC Result Code for 150 baud
  68. ERC_300:       ; EC Result Code for 300 baud
  69. ERC_600:       ; EC Result Code for 600 baud
  70. ERC_1200:     5R ; EC Result Code for 1200 baud
  71. ERC_2400:     9R ; EC Result Code for 2400 baud
  72. ERC_4800:      ; EC Result Code for 4800 baud
  73. ERC_9600:      ; EC Result Code for 9600 baud
  74. ERC_12000:     ; EC Result Code for 12000 baud
  75. ERC_14400:     ; EC Result Code for 14400 baud
  76. ERC_19200:     ; EC Result Code for 19200 baud
  77. ;
  78. ; ------ Directory Paths (up to 65 chars each) ------
  79. ;
  80. PROGRAM_DIR:  e:\magnum\pgm_dir
  81. SESSION_DIR:  e:\magnum\ses_dir
  82. BULLETIN_DIR: e:\magnum\bul_dir
  83. MENU_DIR:     e:\magnum\mnu_dir
  84. HELP_DIR:     e:\magnum\hlp_dir
  85. DISPLAY_DIR:  e:\magnum\dsp_dir
  86. EXTERNAL_DIR: e:\magnum\ext_dir
  87. RJE_DIR:      e:\magnum\rje_dir
  88. MSG_DIR:      e:\magnum\msg_dir
  89. WORK_DIR:     e:\magnum\work_dir\1
  90. USERS_DIR:    e:\magnum\user_dir
  91. SYSOUT_DIR:   e:\magnum\sysout
  92. ;
  93. ; ------ File Directories (up to 65 chars each) ------
  94. ;
  95. FILEDIR_A: e:\magnum\general
  96. FILEDIR_B: 
  97. FILEDIR_C: e:\magnum\gs
  98. FILEDIR_D: 
  99. FILEDIR_E: e:\magnum\new_os2
  100. FILEDIR_F: 
  101. FILEDIR_G: 
  102. FILEDIR_H: e:\magnum\os2
  103. FILEDIR_I: 
  104. FILEDIR_J: e:\magnum\pj
  105. FILEDIR_K: e:\magnum\pm
  106. FILEDIR_L: e:\magnum\fapi
  107. FILEDIR_M: 
  108. FILEDIR_N: 
  109. FILEDIR_O: 
  110. FILEDIR_P: 
  111. FILEDIR_Q: 
  112. FILEDIR_R: 
  113. FILEDIR_S: e:\magnum\sysops
  114. FILEDIR_T: 
  115. FILEDIR_U: 
  116. FILEDIR_V: 
  117. FILEDIR_W: 
  118. FILEDIR_X: 
  119. FILEDIR_Y: 
  120. FILEDIR_Z: e:\magnum\rje
  121. ;
  122. ; ------ File Directory Descriptions (up to 40 chars each) ------
  123. ;
  124. FILEDES_A: General Interest
  125. FILEDES_B: 
  126. FILEDES_C: Gilmore Systems
  127. FILEDES_D: 
  128. FILEDES_E: This month's OS/2 uploads
  129. FILEDES_F: 
  130. FILEDES_G: 
  131. FILEDES_H: OS/2
  132. FILEDES_I: 
  133. FILEDES_J: Programmer's Journal Files
  134. FILEDES_K: Presentation Manager (OS/2) Material
  135. FILEDES_L: FAPI (Family Applications) OS/2 & DOS
  136. FILEDES_M: 
  137. FILEDES_N: 
  138. FILEDES_O: 
  139. FILEDES_P: 
  140. FILEDES_Q: 
  141. FILEDES_R: 
  142. FILEDES_S: Special - Magnum Sysops
  143. FILEDES_T: 
  144. FILEDES_U: 
  145. FILEDES_V: 
  146. FILEDES_W: 
  147. FILEDES_X: 
  148. FILEDES_Y: 
  149. FILEDES_Z: RJE Results area (use your password)
  150. ;
  151. ; ------ Message Area Descriptions (up to 40 chars each) ------
  152. ;
  153. MSGDES_A:  General Mail
  154. MSGDES_B:  
  155. MSGDES_C:  Gilmore Systems
  156. MSGDES_D:  
  157. MSGDES_E:  
  158. MSGDES_F:  
  159. MSGDES_G:  
  160. MSGDES_H:  OS/2
  161. MSGDES_I:  
  162. MSGDES_J:  
  163. MSGDES_K:  Presentation Manager (OS/2)
  164. MSGDES_L:  FAPI (Family Applications) OS/2 & DOS
  165. MSGDES_M:  
  166. MSGDES_N:  
  167. MSGDES_O:  
  168. MSGDES_P:  
  169. MSGDES_Q:  
  170. MSGDES_R:  
  171. MSGDES_S:  Special - Magnum Sysops
  172. MSGDES_T:  
  173. MSGDES_U:  
  174. MSGDES_V:  
  175. MSGDES_W:  System-Generated Messages
  176. MSGDES_X:  File Descriptions
  177. MSGDES_Y:  
  178. MSGDES_Z:  Comments to/from Sysop
  179. ;
  180. ; ------ BBS Parameters ------
  181. ;
  182. BBS_NAME:     Gilmore Systems -Home of MAGNUM OS/2 BBS
  183. BBS_STARTED:  January 26, 1989
  184. TTL_CALLS:    3170
  185. SYSOP_FIRST:  Chuck
  186. SYSOP_MIDDLE: B
  187. SYSOP_LAST:   Gilmore
  188. PAGING_BEGIN: 0 ; Beginning Paging time in seconds (0-86399)
  189. PAGING_END:   86399 ; Ending Paging time in seconds (0-86399)
  190. OPEN_BOARD:   y ; y=open board, n=closed board
  191. REUSE_DEL:    y ; y=reuse deleted IDnums for new users
  192. NEWUSER_LVL:  5 ; Security Level for new users
  193. CONFIRM_NEWRESP: N ; y=confirm new user logon responses, n=don't
  194. GET_PHONE:    y ; Get newuser's phone # (y/n)
  195. GET_DOB:      y ; Get newuser's date of birth (y/n)
  196. GET_COMPUTER: y ; Get newuser's computer type (y/n)
  197. GET_QUESTION: y ; Force newuser's questionairre (y/n)
  198. GET_COMPANY:  y ; Get newuser's company name (y/n)
  199. GET_ADDRESS:  n ; Get newuser's address info (y/n)
  200. GET_DATEFMT:  y ; Get newuser's Date Format (y/n)
  201. GET_INTERESTS: y ; Get newuser's areas of Interest (y/n)
  202. MILC_CHAR: @ ; MILC command character (default=@)
  203. SHOW_CALLERNUM: Y ; Show Caller Number for node
  204. SHOW_DLS: Y ; Show number of Downloads/file during file listings (Y/N)
  205. REMOTE_MAIL: N ; Default RMAIL setting for new users (Y/N)
  206. NEWUSER_TIME: 60 ; Newuser Time Limit (minutes)
  207. LINES_SCREEN: 23 ; Newuser default for lines per screen
  208. LOWEST_BAUD:  1200 ; Lowest baud rate allowed
  209. FILE_U_AREAS: E ; File Upload Areas
  210. FILE_D_AREAS: ACFJZ ; File Download Areas
  211. FILE_L_AREAS: ACEFHKLZ ; File List Areas
  212. MSG_R_AREAS: ACHKLWZ ; Message Read Areas
  213. MSG_W_AREAS: ACHKLZ ; Message Write Areas
  214. MSG_L_AREAS: ACHKLWZ ; Message List Areas
  215. DISP_CMDS: AO ; "Display" Commands (@A-@Z)
  216. RJE_AREA:     Z ; File section area letter for placement of RJE results
  217. COMMENT_AREA: Z ; Message area for Comments
  218. STARTUP_TYPE: W ; Session Startup Type (F=Fullscreen, W=Windowed
  219. FILEDES_AREA: X ; Message area for file descriptions
  220. PRIVMSG_AREA: W ; Message area for private messages
  221. PRIVATE_MSGS: y ; Allow Private Messages (y/n)
  222. VERIFY_PHONE: 6 ; Verify Ph# after every x calls (0-255)
  223. VERIFY_DOB:   8 ; Verify DOB after every x calls (0-255)
  224. DEL_MSGS:     y ; Allow Message deletion (y/n)
  225. LOG_MSGS:     n ; Report messages read to log (y/n)
  226. LOG_TIME:     N ; Prefix timestamp (hh:mm.ss) to activity log statments (y/n)
  227. SYSOP_LVL:    1000 ; Sysop Security Level
  228. SYSOP_MAIL_LVL:   900 ; Security Level to read private sysop mail
  229. DISPLAY_PW_FILES: n ; Display Password Protected Files (y/n)
  230. UPLOAD_COMP:  2 ; Upload Compensation (0-255) minutes
  231. MSG_COMP:     1 ; Message Compensation (0-255) seconds/word
  232. UL_DL_RATIO:  10 ; Upload/Download Ratio
  233. DL_BYTES:     400000 ; Download Bytes allowed per day
  234. DL_FILES:     10 ; Number of files allowed to download per day
  235. MAX_TIME_CALL: 120 ; Maximum time limit for any caller
  236. DAILY_TIME:   30 ; Daily time limit for new user
  237. TIME_UNIT:    d ; D=Daily, W=Weekly, M=Monthly, Y=Yearly
  238. PRORATE:      n ; y=Prorate for weekly, monthly & yearly users, n=no prorate
  239. PRINTER:      nul ; printer device name (ie: PRN, COM3, LPT2, etc)
  240. SUB_FILEDEL:  y ; y=delete upload credit if user deletes file, n=keep ul credit
  241. FREE_DL_AREAS: CZ ; Download Areas not affecting DL/UL ratio
  242. BLOCK_WRITES: y ; Use Block Writes when no MILC in display file. y=yes, n=no
  243. NEW_MAIL:     A ; A=Ask, F=Force, B=Bypass new mail check file.
  244. VERIFY_GOODBYE: Y ; Y=Verify Goodbye, N=No verify (just log off)
  245. BADCMDMSG:    N ; Y=Issue Message for unauthorized menu commands, N=don't
  246. NOANSI:       N ; Y=Deactive ANSI color, N=ANSI color ok
  247. NOXFRTIME:    N ; Y=Timer inactive for file xfers, N=Normal BBS xfr operation
  248. ;
  249. ; ------ Main Menu Definition ------
  250. ;
  251. MAINMENU_MSG:        M,5,[M]essage Section
  252. MAINMENU_FILE:       F,5,[F]iles Section
  253. MAINMENU_RJE:        R,5,[R]emote Job Entry Section
  254. MAINMENU_BULLETIN:   B,5,[B]ulletin Section
  255. MAINMENU_QUESTION:   Q,5,[Q]uestionairre Section
  256. MAINMENU_COMMENT:    C,5,[C]omment to Sysop
  257. MAINMENU_PAGESYS:    Y,5,[Y]ell for Sysop
  258. MAINMENU_WHO:        W,5,[W]ho is on?
  259. MAINMENU_CHAT:       S,5,[S]peak with Others (Group Chat)
  260. MAINMENU_INITIAL:    I,5,[I]nitial Welcome Screen
  261. MAINMENU_USERS:      U,5,[U]ser List/Search/Interests
  262. MAINMENU_PARMS:      E,5,[E]nvironment Settings (your defaults)
  263. MAINMENU_STATS:      V,5,[V]iew System Statistics
  264. MAINMENU_CHILD:      D,5,[D]oors (Child Processes)
  265. MAINMENU_NEWS:       N,5,[N]ewsletter
  266. MAINMENU_GOODBYE:    G,5,[G]oodbye - Logoff
  267. MAINMENU_EXPERT:     T,5,[T]oggle Expert Level
  268. MAINMENU_HELP:       ?,5,[?] Help!
  269. MAINMENU_SYSOP:      X,25,[X] Sysop Use Only
  270. MAINMENU_OPT1:       1,1000,[1] MAIN Option 1
  271. MAINMENU_OPT2:       2,1000,[2] MAIN Option 2
  272. ;
  273. ; ------ Message Menu Definition ------
  274. ;
  275. MSGMENU_QUIT:        Q,5,[Q]uit to Main Menu
  276. MSGMENU_UPDT:        C,5,[C]hange Msg Area
  277. MSGMENU_READ:        R,5,[R]ead Messages
  278. MSGMENU_SCAN:        S,5,[S]can Messages
  279. MSGMENU_ENTER:       E,6,[E]nter a Message
  280. MSGMENU_KILL:        D,6,[D]elete a Message
  281. MSGMENU_SRCH:        T,5,[T]ext Search
  282. MSGMENU_CHECK:       P,5,[P]ersonal Mail Check
  283. MSGMENU_GOODBYE:     G,5,[G]oodbye - Logoff
  284. MSGMENU_HELP:        ?,5,[?] Help!
  285. MSGMENU_BASE:        M,1000,[M]essage Base Change
  286. MSGMENU_OPT1:        1,1000,[1] MSG Option 1
  287. MSGMENU_OPT2:        2,1000,[2] MSG Option 2
  288. ;
  289. ; ------ File Menu Definition ------
  290. ;
  291. FILEMENU_QUIT:       Q,5,[Q]uit to Main Menu
  292. FILEMENU_INFO:       I,5,[I]nfo on a file
  293. FILEMENU_LIST:       L,5,[L]ist Available Files
  294. FILEMENU_DL:         D,5,[D]ownload File(s) From BBS to you
  295. FILEMENU_UL:         U,6,[U]pload File(s) to BBS from you
  296. FILEMENU_NEW:        N,5,[N]ew Files Since Last [N]
  297. FILEMENU_SRCH:       T,5,[T]ext Search (with Date Option)
  298. FILEMENU_STATS:      S,5,[S]tats on Uploads/Downloads
  299. FILEMENU_GOODBYE:    G,5,[G]oodbye - Logoff
  300. FILEMENU_HELP:       ?,5,[?] Help!
  301. FILEMENU_EXT:        A,5,[A]ccess compressed (ARC or ZIP) file
  302. FILEMENU_READ:       R,5,[R]ead an ASCII file
  303. FILEMENU_CHANGE:     C,6,[C]hange File you Uploaded
  304. FILEMENU_MAKELIST:   M,5,[M]ake .ARC listing of available files
  305. FILEMENU_BASE:       F,1000,[F]ile Base Change
  306. FILEMENU_OPT1:       1,1000,[1] FILE Option 1
  307. FILEMENU_OPT2:       2,1000,[2] FILE Option 2
  308. FILEMENU_UTILS:      E,5,[E]asy Utils (Mark,Unmark,etc)
  309. ;
  310. ; ------ RJE Menu Definition ------
  311. ;
  312. RJEMENU_QUIT:        Q,5,[Q]uit to Main Menu
  313. RJEMENU_STATUS:      S,5,[S]tatus of RJE Jobs
  314. RJEMENU_LIST:        L,5,[L]ist/Execute RJE Jobs
  315. RJEMENU_DELETE:      K,5,[K]ill an active RJE Job
  316. RJEMENU_FILES:       C,5,[C]ompleted files ready for Download
  317. RJEMENU_SYSOP:       X,1000,[X] Sysop Use
  318. RJEMENU_HELP:        ?,5,[?] Help!
  319. RJEMENU_GOODBYE:     G,5,[G]oodbye - Logoff
  320. RJEMENU_OPT1:        1,1000,[1] RJE Option 1
  321. RJEMENU_OPT2:        2,1000,[2] RJE Option 2
  322. ;
  323. ; ------ Sysop Menu Definition ------
  324. ;
  325. SYSMENU_QUIT:        Q,25,[Q]uit to Main Menu
  326. SYSMENU_CMD:         O,25,[O]per. System OS/2 Command Interpreter
  327. SYSMENU_PRINT:       P,25,[P]rint User Database
  328. SYSMENU_MSG:         M,25,[M]essage Database Area
  329. SYSMENU_USER:        U,25,[U]ser Database Area
  330. SYSMENU_FILE:        F,25,[F]ile Database Area
  331. SYSMENU_ACTIVITY:    A,25,[A]ctivity Log Listing
  332. SYSMENU_REMOTE:      R,25,[R]emote Sysop
  333. SYSMENU_STATS:       S,25,[S]tats of Databases
  334. SYSMENU_HELP:        ?,25,[?] Help!
  335. SYSMENU_GOODBYE:     G,25,[G]oodbye - Logoff
  336. SYSMENU_OPT1:        1,1000,[1] SYS Option 1
  337. SYSMENU_OPT2:        2,1000,[2] SYS Option 2
  338.